home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Home.dir / 00006_Script_Loop < prev    next >
Text File  |  2002-10-15  |  205b  |  16 lines

  1. property Guard
  2.  
  3. on new me
  4.   guard = 0
  5. end
  6.  
  7. on exitframe me
  8.   if guard = 0 then
  9.     sound(1).stop()
  10.     sound(2).stop()
  11.     guard = 1
  12.   end if
  13.   sendallsprites(#ending)
  14.   go to the frame
  15. end
  16.